projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83eeebe
)
; * exec/Makefile.in (clean): Add `exec1'.
author
Po Lu
<luangruo@yahoo.com>
Mon, 19 Jun 2023 00:56:49 +0000
(08:56 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Mon, 19 Jun 2023 00:56:49 +0000
(08:56 +0800)
exec/Makefile.in
patch
|
blob
|
history
diff --git
a/exec/Makefile.in
b/exec/Makefile.in
index b2f134e85e5b825136d4085cf5e8c325acdef52a..00e59771337750307f2aa6df9b410ff7ee6b8ef2 100644
(file)
--- a/
exec/Makefile.in
+++ b/
exec/Makefile.in
@@
-116,7
+116,7
@@
exec1: exec1.o libexec.a
.PHONY: clean distclean maintainer-clean extraclean bootstrap-clean
clean:
- rm -f *.o *.a loader test *.s.s
+ rm -f *.o *.a loader test
exec1
*.s.s
ifeq ($(AUTO_DEPEND),yes)
rm -rf deps/*.d
endif